home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 3.7 / Buddy API Docs.swf / texts / 1150.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  985 b   |  53 lines

  1. 40
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. MultiDisplayList 
  6. --- RECORDSEPARATOR ---
  7. Description:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. baMultiDisplayList returns a list of all displays.
  12. --- RECORDSEPARATOR ---
  13.  
  14. --- RECORDSEPARATOR ---
  15. Usage:
  16. --- RECORDSEPARATOR ---
  17.  
  18. --- RECORDSEPARATOR ---
  19. Result = baMultiDisplayList( )
  20. --- RECORDSEPARATOR ---
  21.  
  22. --- RECORDSEPARATOR ---
  23. Arguments:
  24. --- RECORDSEPARATOR ---
  25.  
  26. --- RECORDSEPARATOR ---
  27. Void.
  28. --- RECORDSEPARATOR ---
  29.  
  30. --- RECORDSEPARATOR ---
  31. Returns:
  32. --- RECORDSEPARATOR ---
  33.  
  34. --- RECORDSEPARATOR ---
  35. List. 
  36. --- RECORDSEPARATOR ---
  37. Returns a list of all the connected displays. eg: 
  38. --- RECORDSEPARATOR ---
  39. ["\\.\DISPLAY1", "\\.\DISPLAY2"]
  40. --- RECORDSEPARATOR ---
  41.  
  42. --- RECORDSEPARATOR ---
  43. Examples:
  44. --- RECORDSEPARATOR ---
  45.  
  46. --- RECORDSEPARATOR ---
  47. Director: 
  48. --- RECORDSEPARATOR ---
  49. monitors = baMultiDisplayList( ) 
  50. --- RECORDSEPARATOR ---
  51. Authorware: 
  52. --- RECORDSEPARATOR ---
  53. monitors := baMultiDisplayList( )